listview: Support CSS border-spacing
authorBenjamin Otte <otte@redhat.com>
Thu, 9 Mar 2023 03:43:51 +0000 (04:43 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 10 Mar 2023 16:03:21 +0000 (17:03 +0100)
commit196372f124138236bb638dc688e3f7b9d45a32e3
tree3370f34629ede0024b7b859b26ab406f7d466bfa
parent5583fa60c179a8f7ec818829fb5bd53cd939bdcd
listview: Support CSS border-spacing

Hopefully the code can deal with gaps between the tiles.

We use gtk_list_item_manager_get_nearest_tile() when necessary.
gtk/gtklistbase.c
gtk/gtklistbaseprivate.h
gtk/gtklistview.c